home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk194 / hidepointer / readme < prev    next >
Text File  |  1995-03-19  |  2KB  |  49 lines

  1.  
  2.                                HidePointer
  3.  
  4.  
  5.                               PUBLIC DOMAIN
  6.  
  7.  
  8.    This is a release 2.0 commodity to blank the intuition pointer after
  9. a configurable period of inactivity, similar to the mouse blanking function
  10. provided by DMouse, QMouse etc.  Moving the mouse will cause the pointer
  11. to automatically reappear.  Since intuition's pointer is refreshed when 
  12. opening a new screen, switching from one screen to another etc., the pointer
  13. is blanked at every mouse blanking interval.  For example, if you specify
  14. a mouse blanking interval of 5 seconds, the pointer will be blanked every
  15. 5 seconds.  The effect of this is that when you open or switch to another
  16. screen, the mouse pointer will briefly appear for a period of 5 seconds or
  17. less.
  18.  
  19.    Users may configure their favorite settings as tooltypes in HidePointer's
  20. icon.  The tool types that are recognized by HidePointer are:
  21.  
  22.    CX_POPUP=YES            Specify whether the interaction window is to 
  23.                            be brought up upon startup.  Settings may be 
  24.                            "YES" or "NO".  Default is YES.
  25.  
  26.    DONOTWAIT               If this option is present WorkBench will not
  27.                            wait for the program to finish. Useful when
  28.                            HidePointer is moved to the WBStartup drawer
  29.                            for automatic activation when workbench is
  30.                            started.
  31.  
  32.    SECONDS=5               Number of seconds before the pointer should blank.
  33.                            Defaults to 5.
  34.                            
  35.    CX_POPKEY=shift f2      Name of Hot Key to bring up interaction window.
  36.                            Default is "shift f2".
  37.                            (see the Commodities documentation for more info)
  38.  
  39.    CX_PRIORITY=0           Priority at which to run hidepointer.
  40.                            Default is 0.
  41.                            (see the Commodities documentation for more info)
  42.  
  43.  
  44.  
  45.     Ken Lowther
  46.  
  47.     klowther@BIX for comments, criticism, enhancements etc.
  48.  
  49.